Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparseArray<T> Class / DataLength Property


In This Topic
    DataLength Property (SparseArray<T>)
    In This Topic
    Returns the length of the non-null data currently in the SparseArray<T>.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataLength As Integer
    'Usage
     
    
    Dim instance As SparseArray(Of T)
    Dim value As Integer
     
    value = instance.DataLength
    public int DataLength {get;}
    See Also